Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removal of Zigbee sources #21088

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

edmont
Copy link
Contributor

@edmont edmont commented Mar 21, 2025

Removal of Zigbee sources after they where moved to Add-ons.

KRKNWK-19878

Copy link

Since quarantine was modified, please make sure you are following the process described in Quarantine Process.

@github-actions github-actions bot added doc-required PR must not be merged without tech writer approval. manifest labels Mar 21, 2025
@NordicBuilder
Copy link
Contributor

NordicBuilder commented Mar 21, 2025

The following west manifest projects have changed revision in this Pull Request:

Name Old Revision New Revision Diff
nrfxlib nrfconnect/sdk-nrfxlib@309766e (main) nrfconnect/sdk-nrfxlib#1684 nrfconnect/sdk-nrfxlib#1684/files
zephyr nrfconnect/sdk-zephyr@bd1cf27 nrfconnect/sdk-zephyr#2655 nrfconnect/sdk-zephyr#2655/files

DNM label due to: 2 projects with PR revision

Note: This message is automatically posted and updated by the Manifest GitHub Action.

@NordicBuilder
Copy link
Contributor

NordicBuilder commented Mar 21, 2025

CI Information

To view the history of this post, clich the 'edited' button above
Build number: 5

Inputs:

Sources:

sdk-nrf: PR head: a596fc5e907afe159b897433aa54d229b48a4ac6
nrfxlib: PR head: 48dc5d2ec110553d7593490d63331072d739fe08
zephyr: PR head: 3aa7a4b6368be3740329b1fcc195edd45eda8901

more details

sdk-nrf:

PR head: a596fc5e907afe159b897433aa54d229b48a4ac6
merge base: 13df7b6e613c1a9c801f3d58c2ec36e7cac9f5fc
target head (main): 528c1d050f049223a4ed7588c4062ebc78f65b8c
Diff

nrfxlib:

PR head: 48dc5d2ec110553d7593490d63331072d739fe08
merge base: 309766e21e4b42efcb32cf2fc3ce683e47dfa0ff
target head (main): 309766e21e4b42efcb32cf2fc3ce683e47dfa0ff
Diff

zephyr:

PR head: 3aa7a4b6368be3740329b1fcc195edd45eda8901
merge base: bd1cf27b22f1003d58ecf4af81961722e1eb9949
target head (main): 999e700d8c226f6ea05f8b685516d7df7c608dc5
Diff

Github labels

Enabled Name Description
ci-disabled Disable the ci execution
ci-all-test Run all of ci, no test spec filtering will be done
ci-force-downstream Force execution of downstream even if twister fails
ci-run-twister Force run twister
ci-run-zephyr-twister Force run zephyr twister
List of changed files detected by CI (542)
.github
│  │ test-spec.yml
CODEOWNERS
applications
│  ├── zigbee_weather_station
│  │  ├── CMakeLists.txt
│  │  ├── Kconfig
│  │  ├── Kconfig.sysbuild
│  │  ├── configuration
│  │  │  ├── thingy53_nrf5340_cpuapp
│  │  │  │  ├── app.overlay
│  │  │  │  ├── prj.conf
│  │  │  │  │ prj_release.conf
│  │  ├── sample.yaml
│  │  ├── src
│  │  │  ├── main.c
│  │  │  ├── sensor.c
│  │  │  ├── sensor.h
│  │  │  ├── weather_station.c
│  │  │  │ weather_station.h
doc
│  ├── _static
│  │  ├── css
│  │  │  │ nrfxlib.css
│  ├── _zoomin
│  │  │ ncs.tags.yml
│  ├── nrf
│  │  ├── nrf.doxyfile.in
│  │  ├── releases_and_maturity
│  │  │  ├── releases
│  │  │  │  │ release-notes-changelog.rst
│  ├── nrfxlib
│  │  │ nrfxlib.doxyfile.in
include
│  ├── zigbee
│  │  ├── zigbee_app_utils.h
│  │  ├── zigbee_error_handler.h
│  │  ├── zigbee_fota.h
│  │  ├── zigbee_logger_eprxzcl.h
│  │  ├── zigbee_shell.h
│  │  │ zigbee_zcl_scenes.h
nrfxlib
│  ├── .checkpatch.conf
│  ├── .github
│  │  │ test-spec.yml
│  ├── CMakeLists.txt
│  ├── CODEOWNERS
│  ├── Kconfig.nrfxlib
│  ├── doc
│  │  │ links.txt
│  ├── zboss
│  │  ├── CMakeLists.txt
│  │  ├── Kconfig
│  │  ├── license.txt
│  │  ├── production
│  │  │  ├── CMakeLists.txt
│  │  │  ├── include
│  │  │  │  ├── addons
│  │  │  │  │  ├── zboss_api_addons.h
│  │  │  │  │  ├── zboss_api_af_addons.h
│  │  │  │  │  ├── zboss_api_zcl_addons.h
│  │  │  │  │  ├── zcl
│  │  │  │  │  │  ├── zb_zcl_basic_addons.h
│  │  │  │  │  │  ├── zb_zcl_color_control_addons.h
│  │  │  │  │  │  ├── zb_zcl_door_lock_addons.h
│  │  │  │  │  │  ├── zb_zcl_groups_addons.h
│  │  │  │  │  │  ├── zb_zcl_identify_addons.h
│  │  │  │  │  │  ├── zb_zcl_level_control_addons.h
│  │  │  │  │  │  ├── zb_zcl_on_off_addons.h
│  │  │  │  │  │  ├── zb_zcl_scenes_addons.h
│  │  │  │  │  │  │ zb_zcl_temp_measurement_addons.h
│  │  │  │  ├── ha
│  │  │  │  │  ├── zb_ha_config.h
│  │  │  │  │  ├── zb_ha_device_config.h
│  │  │  │  │  ├── zb_ha_on_off_output.h
│  │  │  │  │  │ zb_ha_on_off_switch.h
│  │  │  │  ├── ncp
│  │  │  │  │  ├── ncp_common_api.h
│  │  │  │  │  │ ncp_dev_api.h
│  │  │  │  ├── osif
│  │  │  │  │  ├── build_info.h
│  │  │  │  │  ├── libzboss_config.ed.h
│  │  │  │  │  ├── libzboss_config.h
│  │  │  │  │  ├── mac_platform.h
│  │  │  │  │  ├── zb_config_platform.h
│  │  │  │  │  ├── zb_macll.h
│  │  │  │  │  ├── zb_osif_ext.h
│  │  │  │  │  ├── zb_osif_platform.h
│  │  │  │  │  ├── zb_revision_r22.h
│  │  │  │  │  ├── zb_transceiver.h
│  │  │  │  │  │ zb_vendor.h
│  │  │  │  ├── se
│  │  │  │  │  │ zb_se_keep_alive.h
│  │  │  │  ├── zb_address.h
│  │  │  │  ├── zb_channel_page.h
│  │  │  │  ├── zb_config.h
│  │  │  │  ├── zb_config_common.h
│  │  │  │  ├── zb_debug.h
│  │  │  │  ├── zb_errors.h
│  │  │  │  ├── zb_ha.h
│  │  │  │  ├── zb_led_button.h
│  │  │  │  ├── zb_list_macros.h
│  │  │  │  ├── zb_mem_config_common.h
│  │  │  │  ├── zb_mem_config_context.h
│  │  │  │  ├── zb_mem_config_max.h
│  │  │  │  ├── zb_mem_config_med.h
│  │  │  │  ├── zb_mem_config_min.h
│  │  │  │  ├── zb_ncp.h
│  │  │  │  ├── zb_osif.h
│  │  │  │  ├── zb_pooled_list.h
│  │  │  │  ├── zb_ringbuffer.h
│  │  │  │  ├── zb_trace.h
│  │  │  │  ├── zb_types.h
│  │  │  │  ├── zb_version.h
│  │  │  │  ├── zb_zgp_default_match_info.h
│  │  │  │  ├── zboss_api.h
│  │  │  │  ├── zboss_api_af.h
│  │  │  │  ├── zboss_api_aps.h
│  │  │  │  ├── zboss_api_aps_interpan.h
│  │  │  │  ├── zboss_api_buf.h
│  │  │  │  ├── zboss_api_core.h
│  │  │  │  ├── zboss_api_internal.h
│  │  │  │  ├── zboss_api_mm.h
│  │  │  │  ├── zboss_api_nwk.h
│  │  │  │  ├── zboss_api_zcl.h
│  │  │  │  ├── zboss_api_zcl8.h
│  │  │  │  ├── zboss_api_zdo.h
│  │  │  │  ├── zboss_api_zgp.h
│  │  │  │  ├── zcl
│  │  │  │  │  ├── zb_zcl_alarms.h
│  │  │  │  │  ├── zb_zcl_basic.h
│  │  │  │  │  ├── zb_zcl_binary_input.h
│  │  │  │  │  ├── zb_zcl_color_control.h
│  │  │  │  │  ├── zb_zcl_commands.h
│  │  │  │  │  ├── zb_zcl_common.h
│  │  │  │  │  ├── zb_zcl_config.h
│  │  │  │  │  ├── zb_zcl_control4_networking.h
│  │  │  │  │  ├── zb_zcl_custom_cluster.h
│  │  │  │  │  ├── zb_zcl_cvc_commands.h
│  │  │  │  │  ├── zb_zcl_daily_schedule.h
│  │  │  │  │  ├── zb_zcl_dehumidification_control.h
│  │  │  │  │  ├── zb_zcl_diagnostics.h
│  │  │  │  │  ├── zb_zcl_door_lock.h
│  │  │  │  │  ├── zb_zcl_drlc.h
│  │  │  │  │  ├── zb_zcl_el_measurement.h
│  │  │  │  │  ├── zb_zcl_en50523_appliance_events_and_alerts.h
│  │  │  │  │  ├── zb_zcl_fan_control.h
│  │  │  │  │  ├── zb_zcl_groups.h
│  │  │  │  │  ├── zb_zcl_grpw_bed_sensor.h
│  │  │  │  │  ├── zb_zcl_grpw_freq_agility.h
│  │  │  │  │  ├── zb_zcl_ias_ace.h
│  │  │  │  │  ├── zb_zcl_ias_wd.h
│  │  │  │  │  ├── zb_zcl_ias_zone.h
│  │  │  │  │  ├── zb_zcl_identify.h
│  │  │  │  │  ├── zb_zcl_illuminance_measurement.h
│  │  │  │  │  ├── zb_zcl_keep_alive.h
│  │  │  │  │  ├── zb_zcl_level_control.h
│  │  │  │  │  ├── zb_zcl_messaging.h
│  │  │  │  │  ├── zb_zcl_meter_identification.h
│  │  │  │  │  ├── zb_zcl_metering.h
│  │  │  │  │  ├── zb_zcl_occupancy_sensing.h
│  │  │  │  │  ├── zb_zcl_on_off.h
│  │  │  │  │  ├── zb_zcl_on_off_switch_conf.h
│  │  │  │  │  ├── zb_zcl_ota_upgrade.h
│  │  │  │  │  ├── zb_zcl_poll_control.h
│  │  │  │  │  ├── zb_zcl_power_config.h
│  │  │  │  │  ├── zb_zcl_pressure_measurement.h
│  │  │  │  │  ├── zb_zcl_price.h
│  │  │  │  │  ├── zb_zcl_rel_humidity_measurement.h
│  │  │  │  │  ├── zb_zcl_reporting.h
│  │  │  │  │  ├── zb_zcl_scenes.h
│  │  │  │  │  ├── zb_zcl_shade_config.h
│  │  │  │  │  ├── zb_zcl_temp_measurement.h
│  │  │  │  │  ├── zb_zcl_thermostat.h
│  │  │  │  │  ├── zb_zcl_thermostat_ui_config.h
│  │  │  │  │  ├── zb_zcl_time.h
│  │  │  │  │  ├── zb_zcl_touchlink_commissioning.h
│  │  │  │  │  ├── zb_zcl_tunneling.h
│  │  │  │  │  ├── zb_zcl_window_covering.h
│  │  │  │  │  │ zb_zcl_wwah.h
│  │  │  ├── lib
│  │  │  │  ├── cortex-m33
│  │  │  │  │  ├── hard-float
│  │  │  │  │  │  ├── libgppb.a
│  │  │  │  │  │  ├── libncp-dev.a
│  │  │  │  │  │  ├── libncp-dev.ed.a
│  │  │  │  │  │  ├── libzboss.a
│  │  │  │  │  │  │ libzboss.ed.a
│  │  │  │  ├── cortex-m4
│  │  │  │  │  ├── hard-float
│  │  │  │  │  │  ├── libgppb.a
│  │  │  │  │  │  ├── libncp-dev.a
│  │  │  │  │  │  ├── libncp-dev.ed.a
│  │  │  │  │  │  ├── libzboss.a
│  │  │  │  │  │  │ libzboss.ed.a
│  │  │  ├── src
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── commissioning
│  │  │  │  │  ├── bdb
│  │  │  │  │  │  ├── bdb_finding_binding.c
│  │  │  │  │  │  ├── zdo_commissioning_bdb.c
│  │  │  │  │  │  │ zdo_commissioning_bdb_formation.c
│  │  │  │  │  ├── legacy
│  │  │  │  │  │  │ zdo_commissioning_classic.c
│  │  │  │  ├── include
│  │  │  │  │  ├── ha
│  │  │  │  │  │  ├── zb_ha_on_off_output.h
│  │  │  │  │  │  │ zb_ha_on_off_switch.h
│  │  │  │  │  ├── hw_crypto_api.h
│  │  │  │  │  ├── zb_addr_globals.h
│  │  │  │  │  ├── zb_aps.h
│  │  │  │  │  ├── zb_aps_globals.h
│  │  │  │  │  ├── zb_bdb_internal.h
│  │  │  │  │  ├── zb_bufpool.h
│  │  │  │  │  ├── zb_bufpool_globals.h
│  │  │  │  │  ├── zb_commissioning.h
│  │  │  │  │  ├── zb_common.h
│  │  │  │  │  ├── zb_common_u.h
│  │  │  │  │  ├── zb_error_indication.h
│  │  │  │  │  ├── zb_g_context.h
│  │  │  │  │  ├── zb_hash.h
│  │  │  │  │  ├── zb_mac.h
│  │  │  │  │  ├── zb_nvram.h
│  │  │  │  │  ├── zb_nvram_globals.h
│  │  │  │  │  ├── zb_nwk.h
│  │  │  │  │  ├── zb_nwk_ed_aging.h
│  │  │  │  │  ├── zb_nwk_globals.h
│  │  │  │  │  ├── zb_nwk_mm.h
│  │  │  │  │  ├── zb_nwk_neighbor.h
│  │  │  │  │  ├── zb_nwk_nib.h
│  │  │  │  │  ├── zb_scheduler.h
│  │  │  │  │  ├── zb_secur.h
│  │  │  │  │  ├── zb_secur_api.h
│  │  │  │  │  ├── zb_sleep.h
│  │  │  │  │  ├── zb_test_profile.h
│  │  │  │  │  ├── zb_th_dummy.h
│  │  │  │  │  ├── zb_time.h
│  │  │  │  │  ├── zb_watchdog.h
│  │  │  │  │  ├── zb_zcl.h
│  │  │  │  │  ├── zb_zdo.h
│  │  │  │  │  ├── zb_zdo_globals.h
│  │  │  │  │  ├── zb_zdo_rjb.h
│  │  │  │  │  ├── zboss_api_buf_legacy.h
│  │  │  │  │  ├── zcl
│  │  │  │  │  │  │ zcl_ota_upgrade_commands.h
│  │  │  │  │  ├── zdo_diagnostics.h
│  │  │  │  │  ├── zdo_hubs.h
│  │  │  │  │  ├── zdo_wwah_parent_classification.h
│  │  │  │  │  ├── zdo_wwah_stubs.h
│  │  │  │  │  │ zdo_wwah_survey_beacons.h
│  │  │  │  ├── zb_error
│  │  │  │  │  ├── zb_error_to_string.c
│  │  │  │  │  │ zb_error_to_string.h
│  │  │  │  ├── zcl
│  │  │  │  │  ├── ha_sas.c
│  │  │  │  │  ├── zb_zcl_s_metering.c
│  │  │  │  │  ├── zcl_alarms_commands.c
│  │  │  │  │  ├── zcl_attr_value.c
│  │  │  │  │  ├── zcl_basic_commands.c
│  │  │  │  │  ├── zcl_binary_input.c
│  │  │  │  │  ├── zcl_c_daily_schedule.c
│  │  │  │  │  ├── zcl_c_drlc.c
│  │  │  │  │  ├── zcl_c_messaging.c
│  │  │  │  │  ├── zcl_c_metering.c
│  │  │  │  │  ├── zcl_c_price.c
│  │  │  │  │  ├── zcl_c_wwah.c
│  │  │  │  │  ├── zcl_color_control_commands.c
│  │  │  │  │  ├── zcl_common.c
│  │  │  │  │  ├── zcl_continuous_value_change_commands.c
│  │  │  │  │  ├── zcl_control4_networking.c
│  │  │  │  │  ├── zcl_dehumid_control.c
│  │  │  │  │  ├── zcl_diagnostics_commands.c
│  │  │  │  │  ├── zcl_door_lock.c
│  │  │  │  │  ├── zcl_el_measurement.c
│  │  │  │  │  ├── zcl_en50523_appliance_events_and_alerts.c
│  │  │  │  │  ├── zcl_fan_control.c
│  │  │  │  │  ├── zcl_general_commands.c
│  │  │  │  │  ├── zcl_groups.c
│  │  │  │  │  ├── zcl_ias_ace_commands.c
│  │  │  │  │  ├── zcl_ias_wd_commands.c
│  │  │  │  │  ├── zcl_ias_zone_commands.c
│  │  │  │  │  ├── zcl_identify_commands.c
│  │  │  │  │  ├── zcl_illuminance_measurement.c
│  │  │  │  │  ├── zcl_level_control_commands.c
│  │  │  │  │  ├── zcl_main.c
│  │  │  │  │  ├── zcl_meter_identification.c
│  │  │  │  │  ├── zcl_nvram.c
│  │  │  │  │  ├── zcl_occupancy_sensing_commands.c
│  │  │  │  │  ├── zcl_on_off_commands.c
│  │  │  │  │  ├── zcl_on_off_switch_config.c
│  │  │  │  │  ├── zcl_ota_upgrade_commands.c
│  │  │  │  │  ├── zcl_ota_upgrade_common.c
│  │  │  │  │  ├── zcl_ota_upgrade_minimal.c
│  │  │  │  │  ├── zcl_ota_upgrade_srv_commands.c
│  │  │  │  │  ├── zcl_poll_control_client.c
│  │  │  │  │  ├── zcl_poll_control_commands.c
│  │  │  │  │  ├── zcl_power_config_commands.c
│  │  │  │  │  ├── zcl_pressure_measurement.c
│  │  │  │  │  ├── zcl_rel_humidity.c
│  │  │  │  │  ├── zcl_reporting.c
│  │  │  │  │  ├── zcl_s_daily_schedule.c
│  │  │  │  │  ├── zcl_s_drlc.c
│  │  │  │  │  ├── zcl_s_messaging.c
│  │  │  │  │  ├── zcl_s_metering.c
│  │  │  │  │  ├── zcl_s_price.c
│  │  │  │  │  ├── zcl_s_wwah.c
│  │  │  │  │  ├── zcl_scenes.c
│  │  │  │  │  ├── zcl_shade_config_commands.c
│  │  │  │  │  ├── zcl_temp_measurement.c
│  │  │  │  │  ├── zcl_thermostat_commands.c
│  │  │  │  │  ├── zcl_thermostat_ui_config.c
│  │  │  │  │  ├── zcl_time.c
│  │  │  │  │  ├── zcl_window_covering.c
│  │  │  │  │  │ zcl_wwah_common.c
│  │  │  ├── trace
│  │  │  │  ├── include
│  │  │  │  │  ├── libzboss_config.ed.h
│  │  │  │  │  │ libzboss_config.h
│  │  │  │  ├── lib
│  │  │  │  │  ├── cortex-m33
│  │  │  │  │  │  ├── hard-float
│  │  │  │  │  │  │  ├── libgppb.a
│  │  │  │  │  │  │  ├── libncp-dev.a
│  │  │  │  │  │  │  ├── libncp-dev.ed.a
│  │  │  │  │  │  │  ├── libzboss.a
│  │  │  │  │  │  │  │ libzboss.ed.a
│  │  │  │  │  ├── cortex-m4
│  │  │  │  │  │  ├── hard-float
│  │  │  │  │  │  │  ├── libgppb.a
│  │  │  │  │  │  │  ├── libncp-dev.a
│  │  │  │  │  │  │  ├── libncp-dev.ed.a
│  │  │  │  │  │  │  ├── libzboss.a
│  │  │  │  │  │  │  │ libzboss.ed.a
samples
│  ├── zigbee
│  │  ├── light_bulb
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig.sysbuild
│  │  │  ├── boards
│  │  │  │  ├── nrf21540dk_nrf52840.overlay
│  │  │  │  ├── nrf52833dk_nrf52833.overlay
│  │  │  │  ├── nrf52840dk_nrf52840.overlay
│  │  │  │  ├── nrf5340dk_nrf5340_cpuapp.conf
│  │  │  │  │ nrf5340dk_nrf5340_cpuapp.overlay
│  │  │  ├── include
│  │  │  │  │ zb_dimmable_light.h
│  │  │  ├── prj.conf
│  │  │  ├── sample.yaml
│  │  │  ├── src
│  │  │  │  │ main.c
│  │  ├── light_switch
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig
│  │  │  ├── Kconfig.sysbuild
│  │  │  ├── boards
│  │  │  │  ├── nrf21540dk_nrf52840.conf
│  │  │  │  ├── nrf21540dk_nrf52840.overlay
│  │  │  │  ├── nrf21540dk_nrf52840_fota.conf
│  │  │  │  ├── nrf52833dk_nrf52833.conf
│  │  │  │  ├── nrf52833dk_nrf52833.overlay
│  │  │  │  ├── nrf52840dk_nrf52840.conf
│  │  │  │  ├── nrf52840dk_nrf52840.overlay
│  │  │  │  ├── nrf52840dk_nrf52840_fota.conf
│  │  │  │  ├── nrf5340dk_nrf5340_cpuapp.conf
│  │  │  │  ├── nrf5340dk_nrf5340_cpuapp.overlay
│  │  │  │  │ nrf5340dk_nrf5340_cpuapp_fota.conf
│  │  │  ├── include
│  │  │  │  ├── nus_cmd.h
│  │  │  │  ├── zb_dimmer_switch.h
│  │  │  │  │ zb_mem_config_custom.h
│  │  │  ├── overlay-multiprotocol_ble.conf
│  │  │  ├── pm_static_nrf5340dk_nrf5340_cpuapp_fota.yml
│  │  │  ├── prj.conf
│  │  │  ├── prj_fota.conf
│  │  │  ├── sample.yaml
│  │  │  ├── src
│  │  │  │  ├── main.c
│  │  │  │  │ nus_cmd.c
│  │  │  ├── sysbuild
│  │  │  │  ├── ipc_radio
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf5340dk_nrf5340_cpunet_fota.conf
│  │  │  │  │  │ prj.conf
│  │  │  │  ├── mcuboot
│  │  │  │  │  ├── app.overlay
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf52840dk_nrf52840.conf
│  │  │  │  │  │  ├── nrf5340dk_nrf5340_cpuapp_fota.conf
│  │  │  │  │  │  │ nrf5340dk_nrf5340_cpuapp_fota.overlay
│  │  │  │  │  │ prj.conf
│  │  │  │ sysbuild_fota.conf
│  │  ├── ncp
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig.sysbuild
│  │  │  ├── boards
│  │  │  │  ├── nrf21540dk_nrf52840.conf
│  │  │  │  ├── nrf21540dk_nrf52840.overlay
│  │  │  │  ├── nrf21540dk_nrf52840_usb.conf
│  │  │  │  ├── nrf21540dk_nrf52840_usb.overlay
│  │  │  │  ├── nrf52833dk_nrf52833.conf
│  │  │  │  ├── nrf52833dk_nrf52833.overlay
│  │  │  │  ├── nrf52833dk_nrf52833_usb.conf
│  │  │  │  ├── nrf52833dk_nrf52833_usb.overlay
│  │  │  │  ├── nrf52840dk_nrf52840.conf
│  │  │  │  ├── nrf52840dk_nrf52840.overlay
│  │  │  │  ├── nrf52840dk_nrf52840_usb.conf
│  │  │  │  ├── nrf52840dk_nrf52840_usb.overlay
│  │  │  │  ├── nrf52840dongle_nrf52840.conf
│  │  │  │  ├── nrf52840dongle_nrf52840_dongle.overlay
│  │  │  │  ├── nrf5340dk_nrf5340_cpuapp.conf
│  │  │  │  ├── nrf5340dk_nrf5340_cpuapp.overlay
│  │  │  │  ├── nrf5340dk_nrf5340_cpuapp_usb.conf
│  │  │  │  │ nrf5340dk_nrf5340_cpuapp_usb.overlay
│  │  │  ├── pm_static_nrf21540dk_nrf52840_usb.yml
│  │  │  ├── pm_static_nrf52833dk_nrf52833_usb.yml
│  │  │  ├── pm_static_nrf52840dk_nrf52840_usb.yml
│  │  │  ├── pm_static_nrf52840dongle_nrf52840_dongle.yml
│  │  │  ├── pm_static_nrf5340dk_nrf5340_cpuapp_usb.yml
│  │  │  ├── prj.conf
│  │  │  ├── prj_dongle.conf
│  │  │  ├── prj_usb.conf
│  │  │  ├── sample.yaml
│  │  │  ├── src
│  │  │  │  │ main.c
│  │  │  ├── sysbuild
│  │  │  │  │ mcuboot_usb.conf
│  │  │  │ sysbuild_usb.conf
│  │  ├── network_coordinator
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig.sysbuild
│  │  │  ├── boards
│  │  │  │  ├── nrf21540dk_nrf52840.overlay
│  │  │  │  ├── nrf52833dk_nrf52833.overlay
│  │  │  │  ├── nrf52840dk_nrf52840.overlay
│  │  │  │  ├── nrf5340dk_nrf5340_cpuapp.conf
│  │  │  │  │ nrf5340dk_nrf5340_cpuapp.overlay
│  │  │  ├── include
│  │  │  │  │ zb_range_extender.h
│  │  │  ├── nrf52840dk_cx.overlay
│  │  │  ├── prj.conf
│  │  │  ├── sample.yaml
│  │  │  ├── src
│  │  │  │  │ main.c
│  │  ├── shell
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig.sysbuild
│  │  │  ├── app_usb.overlay
│  │  │  ├── boards
│  │  │  │  ├── nrf21540dk_nrf52840.overlay
│  │  │  │  ├── nrf21540dk_nrf52840_usb.overlay
│  │  │  │  ├── nrf52833dk_nrf52833.overlay
│  │  │  │  ├── nrf52833dk_nrf52833_usb.overlay
│  │  │  │  ├── nrf52840dk_nrf52840.overlay
│  │  │  │  ├── nrf52840dk_nrf52840_usb.overlay
│  │  │  │  ├── nrf52840dongle_nrf52840.overlay
│  │  │  │  ├── nrf52840dongle_nrf52840_usb.overlay
│  │  │  │  ├── nrf5340dk_nrf5340_cpuapp.conf
│  │  │  │  ├── nrf5340dk_nrf5340_cpuapp.overlay
│  │  │  │  ├── nrf5340dk_nrf5340_cpuapp_usb.conf
│  │  │  │  │ nrf5340dk_nrf5340_cpuapp_usb.overlay
│  │  │  ├── include
│  │  │  │  │ zb_range_extender.h
│  │  │  ├── pm_static_nrf52840dongle_nrf52840_usb.yml
│  │  │  ├── prj.conf
│  │  │  ├── prj_usb.conf
│  │  │  ├── sample.yaml
│  │  │  ├── src
│  │  │  │  │ main.c
│  │  ├── template
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig.sysbuild
│  │  │  ├── boards
│  │  │  │  ├── nrf21540dk_nrf52840.overlay
│  │  │  │  ├── nrf52833dk_nrf52833.overlay
│  │  │  │  ├── nrf52840dk_nrf52840.overlay
│  │  │  │  ├── nrf5340dk_nrf5340_cpuapp.conf
│  │  │  │  │ nrf5340dk_nrf5340_cpuapp.overlay
│  │  │  ├── include
│  │  │  │  │ zb_range_extender.h
│  │  │  ├── prj.conf
│  │  │  ├── sample.yaml
│  │  │  ├── src
│  │  │  │  │ main.c
scripts
│  ├── bootloader
│  │  │ zb_add_ota_header.py
│  ├── ci
│  │  ├── license_allow_list.yaml
│  │  │ tags.yaml
│  ├── quarantine_integration.yaml
│  ├── west_commands
│  │  ├── sbom
│  │  │  ├── data
│  │  │  │  │ license-texts.yaml
subsys
│  ├── CMakeLists.txt
│  ├── Kconfig
│  ├── bootloader
│  │  ├── cmake
│  │  │  │ packaging.cmake
│  ├── partition_manager
│  │  ├── CMakeLists.txt
│  │  ├── Kconfig
│  │  │ pm.yml.zboss
│  ├── zigbee
│  │  ├── CMakeLists.txt
│  │  ├── Kconfig
│  │  ├── lib
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig
│  │  │  ├── zigbee_app_utils
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  │ zigbee_app_utils.c
│  │  │  ├── zigbee_fota
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── src
│  │  │  │  │  ├── dfu_multi_target.c
│  │  │  │  │  ├── dfu_multi_target.h
│  │  │  │  │  ├── zigbee_fota.c
│  │  │  │  │  │ zigbee_ota.h
│  │  │  ├── zigbee_logger_ep
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  │ zigbee_logger_eprxzcl.c
│  │  │  ├── zigbee_scenes
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  │ zigbee_zcl_scenes.c
│  │  │  ├── zigbee_shell
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── include
│  │  │  │  │  ├── zigbee_shell_cmd_zcl.h
│  │  │  │  │  ├── zigbee_shell_ctx_mgr.h
│  │  │  │  │  ├── zigbee_shell_ping_types.h
│  │  │  │  │  ├── zigbee_shell_utils.h
│  │  │  │  │  ├── zigbee_shell_zcl_types.h
│  │  │  │  │  │ zigbee_shell_zdo_types.h
│  │  │  │  ├── src
│  │  │  │  │  ├── zigbee_shell.c
│  │  │  │  │  ├── zigbee_shell_cmd.c
│  │  │  │  │  ├── zigbee_shell_cmd_attr.c
│  │  │  │  │  ├── zigbee_shell_cmd_attr_report.c
│  │  │  │  │  ├── zigbee_shell_cmd_bdb.c
│  │  │  │  │  ├── zigbee_shell_cmd_generic_cmd.c
│  │  │  │  │  ├── zigbee_shell_cmd_nbr.c
│  │  │  │  │  ├── zigbee_shell_cmd_nvram.c
│  │  │  │  │  ├── zigbee_shell_cmd_ping.c
│  │  │  │  │  ├── zigbee_shell_cmd_zcl.c
│  │  │  │  │  ├── zigbee_shell_cmd_zcl_groups.c
│  │  │  │  │  ├── zigbee_shell_cmd_zdo.c
│  │  │  │  │  ├── zigbee_shell_cmd_zscheduler.c
│  │  │  │  │  ├── zigbee_shell_ctx_mgr.c
│  │  │  │  │  │ zigbee_shell_utils.c
│  │  ├── osif
│  │  │  ├── zb_nrf_async_serial.c
│  │  │  ├── zb_nrf_crypto.c
│  │  │  ├── zb_nrf_crypto.h
│  │  │  ├── zb_nrf_led_button.c
│  │  │  ├── zb_nrf_logger.c
│  │  │  ├── zb_nrf_nvram.c
│  │  │  ├── zb_nrf_nvram_none.c
│  │  │  ├── zb_nrf_platform.c
│  │  │  ├── zb_nrf_platform.h
│  │  │  ├── zb_nrf_pwr_mgmt.c
│  │  │  ├── zb_nrf_serial.c
│  │  │  ├── zb_nrf_serial_logger.c
│  │  │  ├── zb_nrf_timer_counter.c
│  │  │  ├── zb_nrf_timer_ktimer.c
│  │  │  │ zb_nrf_transceiver.c
tests
│  ├── subsys
│  │  ├── zigbee
│  │  │  ├── osif
│  │  │  │  ├── crypto
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf5340dk_nrf5340_cpuapp.conf
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── nvram
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── Kconfig.sysbuild
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf52833dk_nrf52833.overlay
│  │  │  │  │  │  ├── nrf52840dk_nrf52840.overlay
│  │  │  │  │  │  ├── nrf5340dk_nrf5340_cpuapp.conf
│  │  │  │  │  │  │ nrf5340dk_nrf5340_cpuapp.overlay
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── serial
│  │  │  │  │  ├── serial_async_api
│  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  ├── nrf52833dk_nrf52833.overlay
│  │  │  │  │  │  │  ├── nrf52840dk_nrf52840.overlay
│  │  │  │  │  │  │  │ nrf5340dk_nrf5340_cpuapp.overlay
│  │  │  │  │  │  ├── mock
│  │  │  │  │  │  │  │ zigbee_scheduler.c
│  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ main.c
│  │  │  │  │  │  │ testcase.yaml
│  │  │  │  │  ├── serial_basic_api
│  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  ├── nrf52833dk_nrf52833.overlay
│  │  │  │  │  │  │  ├── nrf52840dk_nrf52840.overlay
│  │  │  │  │  │  │  │ nrf5340dk_nrf5340_cpuapp.overlay
│  │  │  │  │  │  ├── mock
│  │  │  │  │  │  │  │ zigbee_scheduler.c
│  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ main.c
│  │  │  │  │  │  │ testcase.yaml
│  │  │  │  │  ├── serial_via_logger
│  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  ├── mock
│  │  │  │  │  │  │  ├── log_mock.c
│  │  │  │  │  │  │  ├── log_mock.h
│  │  │  │  │  │  │  ├── zephyr
│  │  │  │  │  │  │  │  ├── logging
│  │  │  │  │  │  │  │  │  │ log.h
│  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ main.c
│  │  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── timer_counter
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf52833dk_nrf52833.overlay
│  │  │  │  │  │  ├── nrf52840dk_nrf52840.overlay
│  │  │  │  │  │  │ nrf5340dk_nrf5340_cpuapp.overlay
│  │  │  │  │  ├── mock
│  │  │  │  │  │  │ zboss_api.h
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  ├── stubs
│  │  │  │  │  │  │ zb_types.h
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── timer_ktimer
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── mock
│  │  │  │  │  │  │ zboss_api.h
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  ├── stubs
│  │  │  │  │  │  │ zb_types.h
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── zboss_api
│  │  │  │  ├── alarm_api
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── Kconfig.sysbuild
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf52833dk_nrf52833.overlay
│  │  │  │  │  │  ├── nrf52840dk_nrf52840.overlay
│  │  │  │  │  │  ├── nrf5340dk_nrf5340_cpuapp.conf
│  │  │  │  │  │  │ nrf5340dk_nrf5340_cpuapp.overlay
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── callback_api
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── Kconfig.sysbuild
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf52833dk_nrf52833.overlay
│  │  │  │  │  │  ├── nrf52840dk_nrf52840.overlay
│  │  │  │  │  │  ├── nrf5340dk_nrf5340_cpuapp.conf
│  │  │  │  │  │  │ nrf5340dk_nrf5340_cpuapp.overlay
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ testcase.yaml
west.yml
zephyr
│  ├── .github
│  │  │ test-spec.yml

Outputs:

Toolchain

Version: 4ffa2202d5
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:4ffa2202d5_8bf7ca4353

Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped; ⚠️ Quarantine

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ✅ Build twister
  • ❌ Integration tests
    • ✅ test-sdk-audio
    • ✅ desktop52_verification
    • ✅ test-fw-nrfconnect-boot
    • ✅ test-fw-nrfconnect-apps
    • ✅ test-fw-nrfconnect-ble_samples
    • ✅ test-fw-nrfconnect-chip
    • ✅ test-fw-nrfconnect-nfc
    • ❌ test-fw-nrfconnect-nrf-iot_cloud
    • ✅ test-fw-nrfconnect-nrf-iot_libmodem-nrf
    • ✅ test-fw-nrfconnect-nrf-iot_serial_lte_modem
    • ✅ test-fw-nrfconnect-nrf-iot_zephyr_lwm2m
    • ✅ test-fw-nrfconnect-nrf-iot_samples
    • ✅ doc-internal
    • ✅ test-fw-nrfconnect-nrf-iot_thingy91
    • ✅ test-fw-nrfconnect-nrf_crypto
    • ❌ test-fw-nrfconnect-proprietary_esb
    • ✅ test-fw-nrfconnect-rpc
    • ✅ test-fw-nrfconnect-rs
    • ✅ test-fw-nrfconnect-fem
    • ✅ test-fw-nrfconnect-tfm
    • ✅ test-fw-nrfconnect-thread
    • ❌ test-fw-nrfconnect-zigbee
    • ❌ test-sdk-find-my
    • ✅ test-fw-nrfconnect-nrf-iot_mosh
    • ✅ test-fw-nrfconnect-nrf-iot_positioning
    • ❌ test-sdk-wifi
    • ✅ test-low-level
    • ✅ test-sdk-pmic-samples
    • ✅ test-sdk-mcuboot
    • ✅ test-sdk-dfu
    • ✅ test-fw-nrfconnect-ps
    • ❌ test-secdom-samples-public
    • ⚠️ test-fw-nrfconnect-fw-update

Note: This message is automatically posted and updated by the CI

Copy link

github-actions bot commented Mar 21, 2025

You can find the documentation preview for this PR here.

Preview links for modified nRF Connect SDK documents:

https://ncsdoc.z6.web.core.windows.net/PR-21088/nrf/releases_and_maturity/releases/release-notes-changelog.html

@edmont edmont force-pushed the pr/zigbee-removal branch 2 times, most recently from aa8d126 to 6d0d1b1 Compare March 24, 2025 07:10
@edmont edmont force-pushed the pr/zigbee-removal branch from 6d0d1b1 to 4686de3 Compare March 24, 2025 11:35
edmont added 3 commits March 24, 2025 14:44
Remove Zigbee related contents which has been moved to add-ons space.

Signed-off-by: Eduardo Montoya <eduardo.montoya@nordicsemi.no>
Update `sdk-zephyr` and `nrfxlib` with Zigbee removal changes.

Signed-off-by: Eduardo Montoya <eduardo.montoya@nordicsemi.no>
Update changelog with information about Zigbee removal.

Signed-off-by: Eduardo Montoya <eduardo.montoya@nordicsemi.no>
@edmont edmont force-pushed the pr/zigbee-removal branch from 4686de3 to a596fc5 Compare March 24, 2025 13:45
@edmont edmont requested a review from a team as a code owner March 24, 2025 13:45
@edmont
Copy link
Contributor Author

edmont commented Mar 24, 2025

Updated the changelog.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DNM doc-required PR must not be merged without tech writer approval. manifest manifest-nrfxlib manifest-zephyr
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants